  * {
    margin: 0;
    padding: 0;
  }

  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 60px;
    z-index: 99999;
  }

  .header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1290px;
    margin: 0 auto;
    height: 100%;
    padding: 0 5px;
  }

  .header .logo {
    width: 228px;
    height: 36px;
  }

  .header .logo img {
    width: 100%;
    height: 100%;
  }

  .header .menu_phone {
    display: flex;
    align-items: center;
  }


  .header_active {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-sizing: border-box;
    height: 60px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.03);
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.1);
    /* background-color: rgba(255, 255, 255, 0.3); */
    /* color: white !important; */

  }

  .header_active .inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1200px;
    margin: 0 auto;
    height: 100%;
    padding: 0 5px;
  }

  .header_active .logo {
    width: 228px;
    margin-right: 80px;
    /* height: 36px; */

  }

  .header_active .logo img {
    width: 100%;
    height: 100%;
  }

  .header_active .menu_phone {
    display: flex;
    align-items: center;
  }

  .nav {
    position: relative;
  }

  .nav .btnbox {
    display: flex;
    align-items: center;
  }

  .nav .btnbox:first-child {
    margin-left: 0;
  }

  .nav .btnbox .item_active {
    text-decoration: none;
    margin-left: 40px;
    color: #426df9;
    cursor: pointer;
    font-size: 16px;
  }

  .nav .btnbox .black {
    margin-left: 30px;
    color: #fff;
    /*color: #3f3f3f;*/
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
  }

  .login:hover {
    color: #426df9 !important;
  }

  .nav .btnbox .item {
    color: white;
    text-decoration: none;
    margin-left: 40px;
    font-size: 16px;
  }

  .nav .item_line {
    height: 2px;
    background-color: #426df9;
    position: absolute;
    bottom: -7px;
    left: 40px;
    transition: all 0.3s linear;
    border-radius: 4px;
  }

  .contact {
    display: flex;
    align-items: center;
    margin-left: 40px;
  }

  .contact .wechat {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #3c9c25;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact .phone {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #426df9;
    box-sizing: border-box;
    margin-left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact .contact_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 14px;
  }

  .contact .contact_text .phone_wrapper {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .contact .contact_text .phone_wrapper1 {
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }
  .phone_wrapper .letter {
    animation: bounce 0.6s cubic-bezier(0.05, 0, 1, 0.15) infinite alternate;
    transform: translate3d(0, 0, 0);
    color: #fff;
  }

  .phone_wrapper .letter_white {
    animation: bounce 0.6s cubic-bezier(0.05, 0, 0.3, 0.75) infinite alternate;
    color: #fff;
    transform: translate3d(0, 0, 0);
  }

  .phone_wrapper1 .letter {
    animation: bounce 0.6s cubic-bezier(0.05, 0, 0.3, 0.75) infinite alternate;
    transform: translate3d(0, 0, 0);
    color: #fff;
  }

  .phone_wrapper1 .letter_white {
    animation: bounce 0.6s cubic-bezier(0.05, 0, 0.3, 0.75) infinite alternate;
    color: #fff;
    transform: translate3d(0, 0, 0);
  }

  @keyframes bounce {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(0, -0.3em, 0);
    }
  }

  .letter_white:nth-child(1) {
    animation-delay: 0s;
  }

  .letter_white:nth-child(2) {
    animation-delay: 0.0833333333s;
  }

  .letter_white:nth-child(3) {
    animation-delay: 0.1666666667s;
  }

  .letter_white:nth-child(4) {
    animation-delay: 0.25s;
  }

  .letter_white:nth-child(5) {
    animation-delay: 0.3333333333s;
  }

  .letter_white:nth-child(6) {
    animation-delay: 0.4166666667s;
  }

  .letter_white:nth-child(7) {
    animation-delay: 0.4966666667s;
  }

  .letter_white:nth-child(8) {
    animation-delay: 0.5766666667s;
  }

  .letter_white:nth-child(9) {
    animation-delay: 0.65s;
  }

  .letter_white:nth-child(10) {
    animation-delay: 0.7333333333s;
  }

  .letter_white:nth-child(11) {
    animation-delay: 0.8166666666s;
  }

  .letter_white:nth-child(12) {
    animation-delay: 0.99999999999s;
  }

  .letter_white:nth-child(13) {
    animation-delay: 1.08333333333;
  }

  .letter:nth-child(1) {
    animation-delay: 0s;
  }

  .letter:nth-child(2) {
    animation-delay: 0.0833333333s;
  }

  .letter:nth-child(3) {
    animation-delay: 0.1666666667s;
  }

  .letter:nth-child(4) {
    animation-delay: 0.25s;
  }

  .letter:nth-child(5) {
    animation-delay: 0.3333333333s;
  }

  .letter:nth-child(6) {
    animation-delay: 0.4166666667s;
  }

  .letter:nth-child(7) {
    animation-delay: 0.4966666667s;
  }

  .letter:nth-child(8) {
    animation-delay: 0.5766666667s;
  }

  .letter:nth-child(9) {
    animation-delay: 0.65s;
  }

  .letter:nth-child(10) {
    animation-delay: 0.7333333333s;
  }

  .letter:nth-child(11) {
    animation-delay: 0.8166666666s;
  }

  .letter:nth-child(12) {
    animation-delay: 0.99999999999s;
  }

  .letter:nth-child(13) {
    animation-delay: 1.08333333333;
  }

  .contact .contact_text .text {
    font-size: 8px;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
    color: #fff;
  }

  /* .contact .contact_text .text_white {
    font-size: 8px;
    letter-spacing: 3px;
    text-align: center;
    width: 100%;
    color: #fff;
  } */

  .contact .wechat {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #3c9c25;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .contact .phone {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #426df9;
    box-sizing: border-box;
    margin-left: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .contact .wechat img {
    width: 100%;
    height: 100%;
  }

  .contact .wechat .wechatcode {
    width: 205px;
    /* width: 100px; */
    height: 100px;
    background-color: white;
    position: absolute;
    top: 40px;
    border-radius: 12px;
    padding: 6px;
    display: none;
    /* display: flex; */
    /* left: -28px; */
  }

  .contact .phone img {
    width: 100%;
    height: 100%;
  }

  .top_container {
    background-color: #fff;
    box-shadow: 0px 0px 5px #ccc;
    width: 100%;
    height: 400px;
    /* height: 291px; */
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9999;
    min-width: 1300px;
    background-image: linear-gradient(to right, #f3f6ff 70%, #e9ecf6 40%);
  }

  .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;

  }

  .left {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 2% 0;
    padding-left: 6%;
    position: relative;
    overflow: auto;
    overscroll-behavior: contain;

  }

  .left .left_box {
    width: calc(100% - 100px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
  }

  .left .left_fixed {
    height: auto;
    width: 100px;
    position: sticky;
    right: 10px;
    top: calc(50% - 58px);
    animation: jump .8s ease-in-out infinite alternate;
  }

  @keyframes jump {
    from {
      top: calc(50% - 40px);
    }

    to {
      top: calc(50% - 58px);
    }

  }

  .left .left_fixed .hand {
    width: 100%;
    display: flex;
    align-self: center;
  }

  .left::-webkit-scrollbar {
    display: none;
  }

  .left a {
    text-decoration: none;
  }

  .left .item {
    width: 20%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

  }

  .left .item1 {
    height: 90px;
    width: 17%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }

  .left .item1 .icon {
    margin-right: 5px;
    margin-bottom: 0;
  }

  .left .item1 .icon img {
    width: 40px;
    height: 40px;
  }

  .left .item1 .title {
    color: black;
    font-size: 14px;
  }

  .left .item .icon {
    margin-bottom: 10px;
    width: 50px;
    height: 50px;

  }

  .left img {
    width: 100%;
    height: auto;
  }

  .left .title {
    font-size: 16px;
    color: #303030;
  }

  .left .item:hover .title {
    color: #426df9;
  }

  .left .item1:hover .title {
    color: #426df9;
  }

  .right {
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 50px;
  }

  .right .right-big {
    height: 291px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .right .title {
    font-size: 28px;
    color: #1a051d;
    margin-bottom: 10px;
  }

  .right .phone {
    color: #426df9;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .right .phone1 {
    color: #426df9;
    font-size: 35px;
    margin-bottom: 10px;
  }

  .right .allDay {
    margin-bottom: 20px;
    font-size: 16px;
    color: #3f3f3f;
  }

  .right .btn {
    width: 150px;
    height: 38px;
    background: linear-gradient(270deg, #257cd3 0%, #1046a8 100%);
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.3);
    border-radius: 19px;
    cursor: pointer;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .right .btn .letter {
    animation: bounce 0.6s cubic-bezier(0.05, 0, 0.3, 0.75) infinite alternate;
    transform: translate3d(0, 0, 0);
  }

  @keyframes bounce {
    0% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(0, -0.4em, 0);
    }
  }

  .right .btn .letter:nth-child(1) {
    animation-delay: 0s;
  }

  .right .btn .letter:nth-child(2) {
    animation-delay: 0.0833333333s;
  }

  .right .btn .letter:nth-child(3) {
    animation-delay: 0.1666666667s;
  }

  .right .btn .letter:nth-child(4) {
    animation-delay: 0.25s;
  }

  .right .btn .letter:nth-child(5) {
    animation-delay: 0.3333333333s;
  }

  .right .btn .letter:nth-child(6) {
    animation-delay: 0.4166666667s;
  }

   /* 超出一行隱藏 */
   .oneLineAbc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .expand {
    white-space: normal;
    overflow: visible;
  }
